Stacked commits for credential vending (draft, to be split)#90
Draft
snazy wants to merge 4 commits into
Draft
Conversation
snazy
force-pushed
the
cred-vending-stack
branch
from
July 15, 2026 10:18
741218c to
9cf7aec
Compare
4 tasks
snazy
force-pushed
the
cred-vending-stack
branch
from
July 15, 2026 10:49
9cf7aec to
29f56f9
Compare
Adds the IAM Credentials REST emulator surface for local credential vending, including generateAccessToken validation, service enablement wiring, REST tests, and Java generated-client compatibility coverage. - [x] New feature (`feat:`) Implements the IAM Credentials v1 HTTP/JSON generateAccessToken path used by the Google Java IAM Credentials client. Verified with IamCredentialsServiceTest, IamCredentialsRestIntegrationTest, IamCredentialsDisabledRestIntegrationTest, IamServiceTest, and compatibility-tests/sdk-test-java IamCredentialsTest against a running emulator. - [x] `./mvnw test` passes locally - [x] New or updated integration test added - [x] Commit messages follow Conventional Commits
Adds the IAM Credentials REST emulator surface for local credential vending, including generateAccessToken validation, service enablement wiring, REST tests, and Java generated-client compatibility coverage. - [x] New feature (`feat:`) Implements the IAM Credentials v1 HTTP/JSON generateAccessToken path used by the Google Java IAM Credentials client. Verified with IamCredentialsServiceTest, IamCredentialsRestIntegrationTest, IamCredentialsDisabledRestIntegrationTest, IamServiceTest, and compatibility-tests/sdk-test-java IamCredentialsTest against a running emulator. - [x] `./mvnw test` passes locally - [x] New or updated integration test added - [x] Commit messages follow Conventional Commits
Adds the STS token-exchange endpoint used by Google Java DownscopedCredentials, a deliberately limited GCS CAB parser, global Floci credential token storage, and stored impersonated-token handling for later GCS enforcement. - [x] New feature (`feat:`) Implements the STS v1 form token-exchange contract needed by the Google Java auth-library downscoping flow. Verified with STS REST tests, CAB parser tests, token-store tests, disablement coverage, and compatibility-tests/sdk-test-java StsTokenExchangeTest against a running emulator. - [x] `./mvnw test` passes locally - [x] New or updated integration test added - [x] Commit messages follow Conventional Commits
Enforces Floci downscoped-token CAB rules across GCS object, upload, XML, compose, copy, rewrite, resumable, and batch paths while preserving existing bypass behavior for missing, static, and stored impersonated credentials. - [x] New feature (`feat:`) Implements the intentionally limited GCS Credential Access Boundary subset produced by the Google Java downscoped credentials flow. Verified with GcsAuthorizationTest, GcsScopedTokenRestIntegrationTest, existing GCS service coverage, and compatibility-tests/sdk-test-java GcsDownscopedTokenTest against a running emulator. - [x] `./mvnw test` passes locally - [x] New or updated integration test added - [x] Commit messages follow Conventional Commits
snazy
force-pushed
the
cred-vending-stack
branch
from
July 15, 2026 11:09
29f56f9 to
ab511df
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.